home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / contrib / poly3d-r / makefile.djg < prev    next >
Encoding:
Makefile  |  1996-07-16  |  877 b   |  31 lines

  1. #
  2. # This is the make file for the poly3d-r directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9.  
  10. OBJS    = poly3d-r.obj prepdata.obj colortbl.obj evalcolr.obj scandata.obj
  11.  
  12. poly3d-r.exe:    $(OBJS)
  13.     $(CC) $(CFLAGS) -o poly3d-r @&&!
  14. $(OBJS) $(LIBS) -lm $(MORELIBS)
  15. !
  16.     strip poly3d-r
  17.     aout2exe poly3d-r
  18.     del poly3d-r
  19.  
  20. install: poly3d-r.exe
  21.     copy poly3d-r.exe $(BIN_DIR_DOS)
  22.     del  poly3d-r.exe
  23.     copy poly3d-r.cfg $(BIN_DIR_DOS)
  24.  
  25. # Dependencies starts here - do not touch, generated automatically.
  26. colortbl.o:    program.h ../include/iritprsr.h ../include/iritgrap.h
  27. evalcolr.o:    program.h ../include/iritprsr.h
  28. poly3d-r.o:    program.h ../include/getarg.h ../include/genmat.h ../include/iritprsr.h ../include/ip_cnvrt.h ../include/config.h
  29. prepdata.o:    program.h ../include/genmat.h ../include/iritprsr.h
  30. scandata.o:    program.h ../include/iritprsr.h
  31.